@charset "utf-8";
.in_ht_07_01{
    padding: 50px 0;
    min-height: 185px;
}
.in_ht_07_02{
    min-height: 150px;
}
.in_ht_07_03{
    width: 390px;
}
.in_ht_07_04{
    width: 480px;
    min-height: 150px;
    text-align: center;
}
.in_ht_07_04 h3{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
}
.in_ht_07_04 h4{
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    font-weight: normal;
}
.in_ht_07_04 a{
    display: block;
    width: 134px;
    line-height: 46px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #053e95;
    margin: 0 auto;
    margin-top: 30px;
    transition: all .5s ease;
}
.in_ht_07_04 a:hover{
    background-color: #0dad3b;
    color: #fff;
}

.in_ht_07_03 input{
    border: none;
    background: none;
    line-height: 54px;
    width: 100%;
    font-size: 14px;
    color: #999;
    padding-left: 25px;
    outline: none;
    margin-top: 10px;
    box-sizing: border-box;
    color: #888;
    border: 1px solid #888;
}
.in_ht_07_03 textarea{
    color: #888;
    width: 100%;
    background: none;
    height: 100px;
    font-size: 14px;
    padding-left: 25px;
    box-sizing: border-box;
    line-height: 35px;
    margin-top: 10px;
    border: 1px solid #888;
}
.in_ht_07_03 a{
    padding-left: 0;
    margin-top: 10px;
    background-color: #39abff;
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 15px;
}

.in_ht_07_04{
    width: calc(100% - 600px);
    min-height: 150px;
}
.in_ht_07_10{
    float: left;
    width: 50%;
    min-height: 50px;
}
.in_ht_07_11{
    width: 100%;
    min-height: 60px;
}
.in_ht_07_11 img{
    max-width: 100%;
    max-height: 60px;
}
.in_ht_07_12{
    width: 100%;
    line-height: 25px;
    color: #555555;
    font-size: 14px;
    text-align: center;
    min-height:70px;
    padding-bottom: 40px;
}



@media screen and (max-width: 1199px){

    .in_ht_07_01{
        display: none;
    }

}